home *** CD-ROM | disk | FTP | other *** search
- object Form26: TForm26
- Left = 334
- Top = 37
- Width = 516
- Height = 616
- Caption = 'Blemish/Pixel Corrector'
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = True
- OnClose = FormClose
- OnDeactivate = FormDeactivate
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 7
- Top = 502
- Width = 358
- Height = 16
- Caption = 'Left click to use last radius or click/drag to define radius.'
- Font.Charset = ANSI_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 148
- Top = 564
- Width = 36
- Height = 16
- Caption = 'Zoom:'
- end
- object Label3: TLabel
- Left = 7
- Top = 522
- Width = 353
- Height = 16
- Caption = 'Right click to re-center and/or locate a defined blemish.'
- Font.Charset = ANSI_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Image1: TImage
- Left = 434
- Top = 512
- Width = 62
- Height = 62
- Picture.Data = {<image000.bmp>}
- end
- object Label4: TLabel
- Left = 7
- Top = 542
- Width = 334
- Height = 16
- Caption = 'Drag left to correct red-eye, right to cover blemishes.'
- Font.Charset = ANSI_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object PMultiImage1: TPMultiImage
- Left = 2
- Top = 2
- Width = 493
- Height = 493
- GrabHandCursor = 5
- Scrolling = True
- ShowScrollbars = True
- B_W_CopyFlags = [C_DEL]
- Color = clBtnFace
- Picture.Data = {07544269746D617000000000}
- ImageReadRes = lAutoMatic
- BlitMode = sLight
- ImageWriteRes = sAutoMatic
- TifSaveCompress = sNONE
- TiffPage = 0
- TiffAppend = False
- JPegSaveQuality = 25
- JPegSaveSmooth = 5
- OnMouseDown = PMultiImage1MouseDown
- OnMouseMove = PMultiImage1MouseMove
- OnMouseUp = PMultiImage1MouseUp
- RubberBandBtn = mbLeft
- ScrollbarWidth = 12
- ParentColor = True
- Stretch = True
- TextLeft = 0
- TextTop = 0
- TextRotate = 0
- TabOrder = 0
- ZoomBy = 10
- end
- object RadioButton1: TRadioButton
- Left = 197
- Top = 561
- Width = 41
- Height = 21
- Caption = '5x'
- TabOrder = 1
- OnClick = RadioButton1Click
- end
- object RadioButton2: TRadioButton
- Left = 246
- Top = 561
- Width = 41
- Height = 21
- Caption = '2x'
- Checked = True
- TabOrder = 2
- TabStop = True
- OnClick = RadioButton2Click
- end
- object RadioButton3: TRadioButton
- Left = 295
- Top = 561
- Width = 41
- Height = 21
- Caption = '1x'
- TabOrder = 3
- OnClick = RadioButton3Click
- end
- end
-